home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  183 b   |  14 lines

  1. on exitFrame
  2.   if the timer < 1480 then
  3.     unloadMember("seabackrnd")
  4.     unloadMember("pebble")
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go(80)
  13. end
  14.